home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gnome-games-data.prerm < prev    next >
Encoding:
Text File  |  2009-04-14  |  585 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_gconf
  4. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  5.     gconf-schemas --unregister aisleriot.schemas blackjack.schemas glchess.schemas glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas gnometris.schemas gnomine.schemas gnotravex.schemas gnotski.schemas gtali.schemas iagno.schemas mahjongg.schemas same-gnome.schemas 
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_pysupport
  9. if which update-python-modules >/dev/null 2>&1; then
  10.     update-python-modules -c  gnome-games-data
  11. fi
  12. # End automatically added section
  13.